home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / bonus.arc / DOME.DOC < prev    next >
Encoding:
Text File  |  1986-03-25  |  995 b   |  21 lines

  1. A 3-dimensional dome or hemisphere is constructed in AutoCAD by the following
  2. sequence:
  3.               1: Load dome.lsp  (load"dome")
  4.               2: Set elevation for dome base
  5.               3: Enter centre point
  6.               4: Enter radius
  7.               5: Enter "step resolution"
  8.                  (This sets the resolution of the
  9.                   dome by setting the thickness of
  10.                   the first layer of the dome to be
  11.                   it's radius divided by the "step
  12.                   resolution")
  13.               6: AutoCAD now constructs the dome.
  14.               7: Use the AutoCAD VPOINT command to look at 3D views of
  15.                  the dome.
  16.  
  17.     To make the "dome" more accurate, the thickness of each consecutive layer
  18. is reduced by a fraction of the previous layer - hence a default value of 8
  19. was added to the lisp program for the "step resolution" since this was
  20. considered to give a reasonable dome which does require extensive regenerations.
  21.